projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5874b1
)
Drop unimplemented functions
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 19 Feb 2014 06:00:09 +0000
(
01:00
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 19 Feb 2014 06:03:37 +0000
(
01:03
-0500)
These were added to the header by mistake in a recent commit.
They have no implementation, so dropping them won't cause
any harm.
gtk/gtkmain.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.h
b/gtk/gtkmain.h
index 38665a59b7c03c037469703d36f7d49fa7b97ad4..11f2f7406d66aa1eda92ab9fd3e1bb6c56511aa0 100644
(file)
--- a/
gtk/gtkmain.h
+++ b/
gtk/gtkmain.h
@@
-148,11
+148,6
@@
GtkTextDirection gtk_get_locale_direction (void);
GDK_AVAILABLE_IN_ALL
gboolean gtk_events_pending (void);
-#ifndef GTK_DISABLE_DEPRECATED
-void gtk_exit (gint error_code);
-gchar * gtk_set_locale (void);
-#endif /* GTK_DISABLE_DEPRECATED */
-
GDK_AVAILABLE_IN_ALL
void gtk_main_do_event (GdkEvent *event);
GDK_AVAILABLE_IN_ALL